Neeraj Add Info Tooltips For Participation Page#4622
Neeraj Add Info Tooltips For Participation Page#4622Neeraj-Kondaveeti wants to merge 2 commits intodevelopmentfrom
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
sayali-2308
left a comment
There was a problem hiding this comment.
Backend: development branch (running on localhost:4500)
Frontend: Neeraj_Participation_Add_Tooltip branch (running on localhost:5173)
Tested on: Windows, Chrome
Date: February 4, 2026
Info tooltips successfully implemented for Participation page Drop-off and no-show rate tracking table. Three ℹ️ icons added to column headers (No-show rate, Drop-off rate, Get list) with clear explanatory text on hover. Tooltips help users understand metric calculations and improve data interpretation. Implementation clean with no visual regressions or functionality changes. Dark mode fully supported with proper contrast and visibility. No console errors observed. UI enhancement improves user experience without modifying existing logic or data handling.
Overall: All requirements met, tooltips working correctly in both light and dark modes, clear explanations provided.
| <tbody> | ||
| {filteredEvents.map(event => ( | ||
| <tr key={event.id}> | ||
| <td>{event.eventName}</td> |
There was a problem hiding this comment.
Hi @naznin07 , thanks for the feedback!
I want to make sure I fix this correctly. Could you please clarify what the specific issue is with the table columns/header? Happy to address it right away.
195d2d5 to
b2da4a6
Compare
b2da4a6 to
4275c25
Compare
|







Description
Related PRS (if any):
This frontend PR is related to the development backend PR.
…
Main changes explained:
How to test:
npm installand...to run this PR locallyand verify the tooltip text appears and is clear.
Screenshots or videos of changes:
Note:
The Attendees column is no longer present in the current design; it has been replaced by Get list in a related (unmerged) task. The tooltip was intentionally applied to Get list to align with the updated implementation and avoid future rework.